func github.com/klauspost/compress/huff0.compress
5 uses
github.com/klauspost/compress/huff0 (current package)
compress.go#L19: return compress(in, s, s.compress1X)
compress.go#L36: return compress(in, s, s.compress4X)
compress.go#L38: return compress(in, s, s.compress4Xp)
compress.go#L40: return compress(in, s, s.compress4X)
compress.go#L43: func compress(in []byte, s *Scratch, compressor func(src []byte) ([]byte, error)) (out []byte, reUsed bool, err error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |